Configurates
C1.Web.Mvc.DataLabelBase.Offset. Sets the offset from label to the data point.
Syntax
'Declaration
Public Function Offset( _
ByVal As Double _
) As TBuilder
public TBuilder Offset(
double
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also